@import '_content/GLS.Dealer.CommonWeb/GLS.Dealer.CommonWeb.xnkp30n2yt.bundle.scp.css';

/* _content/LK DEALER NEW/Pages/AfterSales/DealerClaim/DealerClaimBasePage.razor.rz.scp.css */
.dealer-claim-filters[b-u1g48undax] {
    position: sticky;
    /*top: calc(var(--gls-layout-header-height) + var(--gls-page-header-height));*/
    /*width: 240px;*/
}

.dealer-claim-page-footer[b-u1g48undax] {
    height: var(--dealer-claim-page-footer);
    display:flex;
    align-items: center;
}
/* _content/LK DEALER NEW/Pages/Components/GLSRadio.razor.rz.scp.css */
.gls-radio[b-xwuv21mjox] {
    display: flex;
    gap: 1rem;
}

.gls-radio_items-text-center .gls-radio__item[b-xwuv21mjox] {
    text-align: center;
}

.gls-radio_vertical[b-xwuv21mjox] {
    flex-direction: column;
}

.gls-radio_vertical .gls-radio__item[b-xwuv21mjox] {
    width: 100%
}

.gls-radio__item[b-xwuv21mjox] {
    font-size: .8125rem;
    padding: .25rem .5rem;
    color: var(--gls-main-dark-gradient-3);
    border: 1px solid var(--gls-main-dark-gradient-3);
    border-radius: .15rem;
    cursor: pointer;
    min-width: 100px;
    background-color: #fff;
    transition: all 120ms ease-in;
}

.gls-radio__item_selected:hover[b-xwuv21mjox] {
    background-color: #f5f5f5;
}

.gls-radio__item:not(.gls-radio__item_selected):not(.gls-radio__item_disabled):hover[b-xwuv21mjox] {
    color: var(--gls-main-dark-blue);
    border-color: var(--gls-main-dark-blue);
    box-shadow: -6px 4px 10px rgba(2, 79, 148, 0.1);
    transform: translateY(-.15rem);
    background-color: #fff;
}

.gls-radio__item_selected[b-xwuv21mjox] {
    color: var(--gls-main-dark-blue);
    border-color: var(--gls-main-dark-blue);
    box-shadow: -6px 4px 10px rgba(2, 79, 148, 0.1);
}



.gls-radio__item_disabled[b-xwuv21mjox] {
    cursor: default;
    color: #8c8c8c;
    background-color: #efefef;
    border-color: #dadada;
}
/* _content/LK DEALER NEW/Pages/Crm/ClientCabinetSettings/Ava.razor.rz.scp.css */
.has-image[b-c3x17otwoc]  .drag-drop {
    padding: unset;
    border: none;
    margin: unset;
}

[b-c3x17otwoc] .drag-drop {
    height: 100%;
    width: 100%;
}

    [b-c3x17otwoc] .drag-drop img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .ava_img-contain .drag-drop img[b-c3x17otwoc] {
        object-fit: contain;
    }

    .ava_img-top .drag-drop img[b-c3x17otwoc] {
        object-position: top;
    }

[b-c3x17otwoc] .input-file {
    height: 100%;
    width: 100%;
}
/* _content/LK DEALER NEW/Pages/Miscellaneous/Storage/Index.razor.rz.scp.css */
.folder-list-item.active[b-hzm2vwxt4p] {
    background-color: rgba(94,146,222,.25);
}
/* _content/LK DEALER NEW/Shared/Drawer/Drawer.razor.rz.scp.css */
.backdrop[b-gz2z78mu9l] {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .3)
}

.drawer[b-gz2z78mu9l] {
    top: 0;
    bottom: 0;
    z-index: 1001;
    transition: right .22s ease-in-out;
    overflow-y: auto;
}

/* _content/LK DEALER NEW/Shared/GLSAccordion/Accordion.razor.rz.scp.css */
.gls-accordion__item ~ .gls-accordion__item[b-za44m2q64m] {
    margin-top: 1.5rem;
}
/* _content/LK DEALER NEW/Shared/GLSSwitch.razor.rz.scp.css */
.gls-switch[b-foj72vfgx9] {
    display: inline-block;
    width: 3rem;
    position: relative;
    min-height: 2rem;
    height: 2rem;
    z-index: auto;
    vertical-align: top;
    cursor: pointer;
}

    .gls-switch.disabled[b-foj72vfgx9] {
        cursor: default;
    }

        .gls-switch.disabled[b-foj72vfgx9]::before {
            background-color: #e8e8e8;
        }

    .gls-switch[b-foj72vfgx9]::before {
        content: "";
        position: absolute;
        display: block;
        height: 100%;
        border-color: #000;
        opacity: .36;
        /*left: -2.375rem;*/
        width: 100%;
        pointer-events: all;
        border-radius: 5.625rem;
        border: #adb5bd solid 2px;
        transition: transform .15s ease-in, background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    }

    .gls-switch[b-foj72vfgx9]::after {
        content: "";
        color: #fff;
        background: no-repeat 50%/100% 100%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 50%;
        top: .175rem;
        /*left: -2.375rem;*/
        width: 1.65rem;
        height: 1.65rem;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-o-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    }

    .gls-switch:not(.disabled):hover[b-foj72vfgx9]::after {
        opacity: .8;
    }

    .gls-switch:not(.disabled).undefinded:hover[b-foj72vfgx9]::after {
        opacity: 1;
        background-color: #f5f5f5;
    }

    .gls-switch.state.no[b-foj72vfgx9]::after {
        content: "\f00d";
        background-color: var(--gls-red);
        transform: translateX(calc(100% - 1.75rem / 1.225))
    }

    .gls-switch.state.yes[b-foj72vfgx9]::after {
        content: "\f00c";
        transform: translateX(calc(100% - 1.75rem / 3.65));
        background-color: var(--gls-green);
    }

    .gls-switch.state.undefinded[b-foj72vfgx9]::after {
        transform: translateX(calc(50% - 1.75rem / 12));
        border: 2px solid #e2e5e7;
    }
/* _content/LK DEALER NEW/Shared/GLSTooltip/GLSTooltip.razor.rz.scp.css */
.gls-tooltip[b-0bb3u20nwu] {
    display: inline-block;
}
/* _content/LK DEALER NEW/Shared/MainLayout.razor.rz.scp.css */
header[b-c0399wnm05] {
    position: sticky;
    top: 0;
    z-index: 10000;
}

main[b-c0399wnm05] {
    /*min-height: calc(100vh - var(--gls-layout-header-height) - var(--footer-height));*/
    z-index: 0;
}


footer[b-c0399wnm05] {
    position: sticky;
    /*height: var(--footer-height);*/
    bottom: 0;
    z-index: 10000;
}
